xen/arm: Consolidate CPU identification in cpufeature.{c,h}
authorJulien Grall <julien.grall@arm.com>
Wed, 31 Oct 2018 18:12:57 +0000 (18:12 +0000)
committerStefano Stabellini <sstabellini@kernel.org>
Fri, 9 Nov 2018 18:14:20 +0000 (10:14 -0800)
commitf6642a767912a391a3fa626c9ea84822ab65b225
tree919aeef9135c96bcd4f902cd4122fec432dc51fd
parent05a8c91fd12cb29a5ad185d8b625fd017c1a6121
xen/arm: Consolidate CPU identification in cpufeature.{c,h}

At the moment, CPU Identification is spread accross cpu.c, cpufeature.c,
processor.h, cpufeature.h. It would be better to keep everything
together in a single place.

Signed-off-by: Julien Grall <julien.grall@arm.com>
Reviewed-by: Andrii Anisov <andrii_anisov@epam.com>
Acked-by: Stefano Stabellini <sstabellini@kernel.org>
xen/arch/arm/Makefile
xen/arch/arm/cpu.c [deleted file]
xen/arch/arm/cpufeature.c
xen/arch/arm/vcpreg.c
xen/include/asm-arm/cpufeature.h
xen/include/asm-arm/processor.h